home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 July
/
EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso
/
earkit
/
mailer
/
voodoo
/
s
/
buffermail
< prev
next >
Wrap
Text File
|
1997-05-03
|
403b
|
18 lines
Key MailFile/A,StorageDir/A
bra {
ket }
; By Allan Odgaard. If online, send immediately, otherwise copy to storage
; directory for later processing.
failat 99
rx "address rxslip.1 'popup'; address rxslip.1 'hide'" ; any rexx command will do
If warn
C:Copy {MailFile} {StorageDir}
Else
PutMail Mail={MailFile} Home=Home: NoAddr NoHead NoSig
If warn
C:Copy {MailFile} {StorageDir}
EndIf
EndIf